function IntToStr(i: Longint): String;
The IntToStr function converts an integer into a string containing the decimal representation of that number.